User Agent Parser
Using Your License Key
Licensing > Using Your License Key

C# Example

//Trial Mode

DetectionLogic detectionLogic = new DetectionLogic();

//License Mode

DetectionLogic detectionLogicLicensed = new DetectionLogic("place user name here", "place license key here");

 

VB.NET Example

 

'Trial Mode

Dim detectionLogic As New DetectionLogic()

'License Mode

Dim detectionLogicLicensed As New DetectionLogic("place user name here", "place license key here")